GrapeCity.Xaml.SpreadSheet.Data
NotifyCollectionBase<T> Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by NotifyCollectionBase<T>.

Protected Fields
 NameDescription
Protected Fielditems The items.  
Top
Public Properties
 NameDescription
Public PropertyCount Gets the number of elements contained in the collection.  
Public PropertyIsReadOnly Gets a value that indicates whether the collection is read-only.  
Public PropertyItem Gets or sets the item at the specified index.  
Top
Protected Properties
 NameDescription
Protected PropertyItems Gets the items of the collection.  
Top
Public Methods
 NameDescription
Public MethodAdd Adds the specified item.  
Public MethodAddRange Adds the items in the specified collection to the end of the collection.  
Public MethodClear Removes all items from this collection.  
Public MethodContains Determines whether the collection contains a specified item.  
Public MethodCopyTo Copies all the items in the current collection to the specified array starting at the specified destination index.  
Public MethodGetEnumerator Returns an enumerator that iterates through the collection.  
Public MethodIndexOf Finds the index for a specified item.  
Public MethodInsert Inserts an item at a specified index.  
Public MethodRemove Removes the specified item from the collection.  
Public MethodRemoveAt Removes the item at the specified index.  
Public MethodResumeEvent Resumes the collection Changed event.  
Public MethodSuspendEvent Suspends the collection Changed event.  
Public MethodToArray Converts the collection to an array.  
Top
Protected Methods
 NameDescription
Protected MethodClearInternal Clears the internal.  
Protected MethodRaisePropertyChanged Raises the PropertyChanged event.  
Top
Public Events
 NameDescription
Public EventCollectionChanged Occurs when the items list of the collection has changed or the collection is reset.  
Public EventPropertyChanged Occurs when a property value changes.  
Top
See Also

Reference

NotifyCollectionBase<T> Class
GrapeCity.Xaml.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options